/*弹层*/
.cover{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.cover_cont{
	position: absolute;
	left: 11%;
	top: 1.173rem;
	background: #f2f2f2;
	width: 89%;
	padding-bottom: 0.5rem;
	z-index:1000;
}
.cover_cont dl{
	padding: 2.5%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 0.107rem;
}
.cover_cont dl dt{
	border-bottom: 1px solid #e0dede;
	height: 0.9rem;
	line-height: 0.87rem;
	font-size: 0.36rem;
	color:#333;
	font-weight:bold;
}
.cover_cont dl dt p{
	float:left;
}
.cover_cont .shenqing{
	display: inline-block;
	float: left;
	margin:0.13rem 0 0 0.1rem;
	color:#fff;
	width: 1rem;
	height: 0.55rem;
	background: pink;
	text-align: center;
	font-size: 0.333rem;
	line-height: 0.538rem;
    border-radius: 0.08rem;
    font-weight: normal;
}
.cover_cont dd ul li{
	float:left;
	width: 25%;
	box-sizing: border-box;
	font-size: 0.35rem;
	height: 0.75rem;
	line-height: 0.75rem;
	padding-left: 3%;
	color:#666;
}
.cover_cont dd ul .main_wh{
	width: 33%;
}
.cover_cont dd ul a{
	color: #666;
}
.cover_cont dd ol{
	width: 95%;
	height: auto;
	background: #fff;
	border-radius: 0.08rem;
	line-height: 0.4rem;
	margin:0.107rem 0 0 2%;
	overflow: hidden;
}
.cover_cont dd ol li{
	float:left;
	font-size: 0.35rem;
	padding: 1.5%;
}
.cover_cont dd ol a{
	color:#666;
}
.download{
	padding-left: 20%;
	box-sizing: border-box;
	margin-top: 0.4rem;
}
.download .left,.download .right{
	float:left;
	display: block;
	width: 30%;
	text-align: center;
	color:#666;
}
.download img{
	width: 62%;
	height:auto;
}
.download p{
	padding-top: 0.107rem;
	text-align: left;
	font-size: 0.32rem;
}